home *** CD-ROM | disk | FTP | other *** search
- /*
- Visual FX Arexx Script
- Written By J.L. White
- (C)1997 Merlin's Software
- */
-
- options results
- if (POS('IMAGEFX.1',SHOW('Ports')) = 0) then
- Address Command "run >NIL: ImageFX:ImageFX"
- do while (POS('IMAGEFX.1',SHOW('Ports')) = 0)
- address command "C:Wait 3"
- end
- exit
-